home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 July/August / PC Active NR.227.iso / Software / Games / windows / Freeciv-2.1.9-win32-gtk2-setup.exe / data / default / techs.ruleset < prev    next >
Encoding:
Text File  |  2009-03-30  |  16.5 KB  |  764 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes,
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "rulesetdir <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. [datafile]
  11. description="Default technology data for Freeciv (as Civ2, minus a few)"
  12. options="1.9"
  13.  
  14. ; Below: The individual advances, one per section.
  15. ; The number can be variable, up to 196.
  16. ;
  17. ; The actual tag used (the * in [advance_*]) does not matter, except 
  18. ; it must be unique within this file, and it may be used in debug 
  19. ; output when reading this file.
  20. ;
  21. ; Notes:
  22. ;
  23. ; name          = name as seen by user 
  24. ; req1, req2    = advances required before researching this one
  25. ; root_req      = tech required before acquiring this tech, by any
  26. ;     means, inherited by all techs that require this tech in turn unless
  27. ;     "None" is given here explicitly; and you can make a tech available
  28. ;     only through the init_tech of a nation by making it root_req itself.
  29. ; flags         = special flag strings
  30. ; graphic       = icon for technology
  31. ; graphic_alt   = alternate icon
  32. ; helptext    = optional help text string (set units ruleset for examples)
  33. ; bonus_message = text seen when a player is the first to 
  34. ;                 discover an bonus tech.
  35. ; cost        = if tech_cost_style is set to 3, this field is read for
  36. ;          information on how much a tech costs
  37. ;
  38. ; Special values for req1 and req2 are "None" (first section below) 
  39. ; and "Never" (never available).  If only one tech is required, 
  40. ; it should be listed as req1.
  41. ;
  42. ; Following flag strings are possible
  43. ;
  44. ; "Bonus_Tech" = player gets extra tech if rearched first
  45. ; "Bridge"   = "Settler" unit types can build bridges over rivers
  46. ; "Railroad" = "Settler" unit types can build rail roads
  47. ; "Farmland" = "Settler" unit types can build farmland
  48. ; "Fortress" = "Settler" unit types can build fortress
  49. ; "Population_Pollution_Inc" = Increase the pollution factor created by
  50. ;                              popultaion by one
  51. ; "Airbase" = "Airbase" unit types can build Airbases
  52. ; "Build_Airborne" = from now on can build air units (for use by AI)
  53.  
  54. [advance_advanced_flight]
  55. name     = _("Advanced Flight")
  56. req1     = "Radio"
  57. req2     = "Machine Tools"
  58. flags    = ""
  59. graphic     = "a.advanced_flight"
  60. graphic_alt = "-"
  61.  
  62. [advance_alphabet]
  63. name     = _("Alphabet")
  64. req1     = "None"
  65. req2     = "None"
  66. flags    = ""
  67. graphic     = "a.alphabet"
  68. graphic_alt = "-"
  69.  
  70. [advance_amphibious_warfare]
  71. name     = _("Amphibious Warfare")
  72. req1     = "Navigation"
  73. req2     = "Tactics"
  74. flags    = ""
  75. graphic     = "a.amphibious_warfare"
  76. graphic_alt = "-"
  77.  
  78. [advance_astronomy]
  79. name     = _("Astronomy")
  80. req1     = "Mysticism"
  81. req2     = "Mathematics"
  82. flags    = ""
  83. graphic     = "a.astronomy"
  84. graphic_alt = "-"
  85.  
  86. [advance_atomic_theory]
  87. name     = _("Atomic Theory")
  88. req1     = "Theory of Gravity"
  89. req2     = "Physics"
  90. flags    = ""
  91. graphic     = "a.atomic_theory"
  92. graphic_alt = "-"
  93.  
  94. [advance_automobile]
  95. name     = _("Automobile")
  96. req1     = "Combustion"
  97. req2     = "Steel"
  98. flags    = "Population_Pollution_Inc"
  99. graphic     = "a.automobile"
  100. graphic_alt = "-"
  101.  
  102. [advance_banking]
  103. name     = _("Banking")
  104. req1     = "Trade"
  105. req2     = "The Republic"
  106. flags    = ""
  107. graphic     = "a.banking"
  108. graphic_alt = "-"
  109.  
  110. [advance_bridge_building]
  111. name     = _("Bridge Building")
  112. req1     = "Iron Working"
  113. req2     = "Construction"
  114. flags    = "Bridge"
  115. graphic     = "a.bridge_building"
  116. graphic_alt = "-"
  117.  
  118. [advance_bronze_working]
  119. name     = _("Bronze Working")
  120. req1     = "None"
  121. req2     = "None"
  122. flags    = ""
  123. graphic     = "a.bronze_working"
  124. graphic_alt = "-"
  125.  
  126. [advance_ceremonial_burial]
  127. name     = _("Ceremonial Burial")
  128. req1     = "None"
  129. req2     = "None"
  130. flags    = ""
  131. graphic     = "a.ceremonial_burial"
  132. graphic_alt = "-"
  133.  
  134. [advance_chemistry]
  135. name     = _("Chemistry")
  136. req1     = "University"
  137. req2     = "Medicine"
  138. flags    = ""
  139. graphic     = "a.chemistry"
  140. graphic_alt = "-"
  141.  
  142. [advance_chivalry]
  143. name     = _("Chivalry")
  144. req1     = "Feudalism"
  145. req2     = "Horseback Riding"
  146. flags    = ""
  147. graphic     = "a.chivalry"
  148. graphic_alt = "-"
  149.  
  150. [advance_code_of_laws]
  151. name     = _("Code of Laws")
  152. req1     = "Alphabet"
  153. req2     = "None"
  154. flags    = ""
  155. graphic     = "a.code_of_laws"
  156. graphic_alt = "-"
  157.  
  158. [advance_combined_arms]
  159. name     = _("Combined Arms")
  160. req1     = "Mobile Warfare"
  161. req2     = "Advanced Flight"
  162. flags    = ""
  163. graphic     = "a.combined_arms"
  164. graphic_alt = "-"
  165.  
  166. [advance_combustion]
  167. name     = _("Combustion")
  168. req1     = "Refining"
  169. req2     = "Explosives"
  170. flags    = ""
  171. graphic     = "a.combustion"
  172. graphic_alt = "-"
  173.  
  174. [advance_communism]
  175. name     = _("Communism")
  176. req1     = "Philosophy"
  177. req2     = "Industrialization"
  178. flags    = ""
  179. graphic     = "a.communism"
  180. graphic_alt = "-"
  181. helptext = _("Reduces the effect of Cathedrals.")
  182.  
  183. [advance_computers]
  184. name     = _("Computers")
  185. req1     = "Mass Production"
  186. req2     = "Miniaturization"
  187. flags    = ""
  188. graphic     = "a.computers"
  189. graphic_alt = "-"
  190.  
  191. [advance_conscription]
  192. name     = _("Conscription")
  193. req1     = "Democracy"
  194. req2     = "Metallurgy"
  195. flags    = ""
  196. graphic     = "a.conscription"
  197. graphic_alt = "-"
  198.  
  199. [advance_construction]
  200. name     = _("Construction")
  201. req1     = "Masonry"
  202. req2     = "Currency"
  203. flags    = "Fortress"
  204. graphic     = "a.construction"
  205. graphic_alt = "-"
  206.  
  207. [advance_currency]
  208. name     = _("Currency")
  209. req1     = "Bronze Working"
  210. req2     = "None"
  211. flags    = ""
  212. graphic     = "a.currency"
  213. graphic_alt = "-"
  214.  
  215. [advance_democracy]
  216. name     = _("Democracy")
  217. req1     = "Banking"
  218. req2     = "Invention"
  219. flags    = ""
  220. graphic     = "a.democracy"
  221. graphic_alt = "-"
  222.  
  223. [advance_economics]
  224. name     = _("Economics")
  225. req1     = "Banking"
  226. req2     = "University"
  227. flags    = ""
  228. graphic     = "a.economics"
  229. graphic_alt = "-"
  230.  
  231. [advance_electricity]
  232. name     = _("Electricity")
  233. req1     = "Metallurgy"
  234. req2     = "Magnetism"
  235. flags    = ""
  236. graphic     = "a.electricity"
  237. graphic_alt = "-"
  238. helptext = _("Improves the effect of Colosseums.")
  239.  
  240. [advance_electronics]
  241. name     = _("Electronics")
  242. req1     = "The Corporation"
  243. req2     = "Electricity"
  244. flags    = ""
  245. graphic     = "a.electronics"
  246. graphic_alt = "-"
  247.  
  248. [advance_engineering]
  249. name     = _("Engineering")
  250. req1     = "The Wheel"
  251. req2     = "Construction"
  252. flags    = ""
  253. graphic     = "a.engineering"
  254. graphic_alt = "-"
  255.  
  256. [advance_environmentalism]
  257. name     = _("Environmentalism")
  258. req1     = "Never"        ; "Recycling"
  259. req2     = "Never"        ; "Space Flight"
  260. flags    = ""
  261. graphic     = "a.environmentalism"
  262. graphic_alt = "-"
  263.  
  264. [advance_espionage]
  265. name     = _("Espionage")
  266. req1     = "Communism"
  267. req2     = "Democracy"
  268. flags    = ""
  269. graphic     = "a.espionage"
  270. graphic_alt = "-"
  271.  
  272. [advance_explosives]
  273. name     = _("Explosives")
  274. req1     = "Gunpowder"
  275. req2     = "Chemistry"
  276. flags    = ""
  277. graphic     = "a.explosives"
  278. graphic_alt = "-"
  279.  
  280. [advance_feudalism]
  281. name     = _("Feudalism")
  282. req1     = "Warrior Code"
  283. req2     = "Monarchy"
  284. flags    = ""
  285. graphic     = "a.feudalism"
  286. graphic_alt = "-"
  287.  
  288. [advance_flight]
  289. name     = _("Flight")
  290. req1     = "Combustion"
  291. req2     = "Theory of Gravity"
  292. flags    = "Build_Airborne"
  293. graphic     = "a.flight"
  294. graphic_alt = "-"
  295.  
  296. [advance_fundamentalism]
  297. name     = _("Fundamentalism")
  298. req1     = "Never";        ; "Theology"
  299. req2     = "Never"        ; "Conscription"
  300. flags    = ""
  301. graphic     = "a.fundamentalism"
  302. graphic_alt = "-"
  303.  
  304. [advance_fusion_power]
  305. name     = _("Fusion Power")
  306. req1     = "Nuclear Power"
  307. req2     = "Superconductors"
  308. flags    = ""
  309. graphic     = "a.fusion_power"
  310. graphic_alt = "-"
  311.  
  312. [advance_genetic_engineering]
  313. name     = _("Genetic Engineering")
  314. req1     = "Medicine"
  315. req2     = "The Corporation"
  316. flags    = ""
  317. graphic     = "a.genetic_engineering"
  318. graphic_alt = "-"
  319.  
  320. [advance_guerilla_warfare]
  321. name     = _("Guerilla Warfare")
  322. req1     = "Communism"
  323. req2     = "Tactics"
  324. flags    = ""
  325. graphic     = "a.guerilla_warfare"
  326. graphic_alt = "-"
  327.  
  328. [advance_gunpowder]
  329. name     = _("Gunpowder")
  330. req1     = "Invention"
  331. req2     = "Iron Working"
  332. flags    = ""
  333. graphic     = "a.gunpowder"
  334. graphic_alt = "-"
  335.  
  336. [advance_horseback_riding]
  337. name     = _("Horseback Riding")
  338. req1     = "None"
  339. req2     = "None"
  340. flags    = ""
  341. graphic     = "a.horseback_riding"
  342. graphic_alt = "-"
  343.  
  344. [advance_industrialization]
  345. name     = _("Industrialization")
  346. req1     = "Railroad"
  347. req2     = "Banking"
  348. flags    = "Population_Pollution_Inc"
  349. graphic     = "a.industrialization"
  350. graphic_alt = "-"
  351.  
  352. [advance_invention]
  353. name     = _("Invention")
  354. req1     = "Engineering"
  355. req2     = "Literacy"
  356. flags    = ""
  357. graphic     = "a.invention"
  358. graphic_alt = "-"
  359.  
  360. [advance_iron_working]
  361. name     = _("Iron Working")
  362. req1     = "Bronze Working"
  363. req2     = "Warrior Code"
  364. flags    = ""
  365. graphic     = "a.iron_working"
  366. graphic_alt = "-"
  367.  
  368. [advance_labor_union]
  369. name     = _("Labor Union")
  370. req1     = "Mass Production"
  371. req2     = "Guerilla Warfare"
  372. flags    = ""
  373. graphic     = "a.labor_union"
  374. graphic_alt = "-"
  375.  
  376. [advance_laser]
  377. name     = _("Laser")
  378. req1     = "Mass Production"
  379. req2     = "Nuclear Power"
  380. flags    = ""
  381. graphic     = "a.laser"
  382. graphic_alt = "-"
  383.  
  384. [advance_leadership]
  385. name     = _("Leadership")
  386. req1     = "Chivalry"
  387. req2     = "Gunpowder"
  388. flags    = ""
  389. graphic     = "a.leadership"
  390. graphic_alt = "-"
  391.  
  392. [advance_literacy]
  393. name     = _("Literacy")
  394. req1     = "Writing"
  395. req2     = "Code of Laws"
  396. flags    = ""
  397. graphic     = "a.literacy"
  398. graphic_alt = "-"
  399.  
  400. [advance_machine_tools]
  401. name     = _("Machine Tools")
  402. req1     = "Steel"
  403. req2     = "Tactics"
  404. flags    = ""
  405. graphic     = "a.machine_tools"
  406. graphic_alt = "-"
  407.  
  408. [advance_magnetism]
  409. name     = _("Magnetism")
  410. req1     = "Iron Working"
  411. req2     = "Physics"
  412. flags    = ""
  413. graphic     = "a.magnetism"
  414. graphic_alt = "-"
  415.  
  416. [advance_map_making]
  417. name     = _("Map Making")
  418. req1     = "Alphabet"
  419. req2     = "None"
  420. flags    = ""
  421. graphic     = "a.map_making"
  422. graphic_alt = "-"
  423.  
  424. [advance_masonry]
  425. name     = _("Masonry")
  426. req1     = "None"
  427. req2     = "None"
  428. flags    = ""
  429. graphic     = "a.masonry"
  430. graphic_alt = "-"
  431.  
  432. [advance_mass_production]
  433. name     = _("Mass Production")
  434. req1     = "Automobile"
  435. req2     = "The Corporation"
  436. flags    = "Population_Pollution_Inc"
  437. graphic     = "a.mass_production"
  438. graphic_alt = "-"
  439.  
  440. [advance_mathematics]
  441. name     = _("Mathematics")
  442. req1     = "Alphabet"
  443. req2     = "Masonry"
  444. flags    = ""
  445. graphic     = "a.mathematics"
  446. graphic_alt = "-"
  447.  
  448. [advance_medicine]
  449. name     = _("Medicine")
  450. req1     = "Philosophy"
  451. req2     = "Trade"
  452. flags    = ""
  453. graphic     = "a.medicine"
  454. graphic_alt = "-"
  455.  
  456. [advance_metallurgy]
  457. name     = _("Metallurgy")
  458. req1     = "Gunpowder"
  459. req2     = "University"
  460. flags    = ""
  461. graphic     = "a.metallurgy"
  462. graphic_alt = "-"
  463.  
  464. [advance_miniaturization]
  465. name     = _("Miniaturization")
  466. req1     = "Machine Tools"
  467. req2     = "Electronics"
  468. flags    = ""
  469. graphic     = "a.miniaturization"
  470. graphic_alt = "-"
  471.  
  472. [advance_mobile_warfare]
  473. name     = _("Mobile Warfare")
  474. req1     = "Automobile"
  475. req2     = "Tactics"
  476. flags    = ""
  477. graphic     = "a.mobile_warfare"
  478. graphic_alt = "-"
  479.  
  480. [advance_monarchy]
  481. name     = _("Monarchy")
  482. req1     = "Ceremonial Burial"
  483. req2     = "Code of Laws"
  484. flags    = ""
  485. graphic     = "a.monarchy"
  486. graphic_alt = "-"
  487.  
  488. [advance_monotheism]
  489. name     = _("Monotheism")
  490. req1     = "Philosophy"
  491. req2     = "Polytheism"
  492. flags    = ""
  493. graphic     = "a.monotheism"
  494. graphic_alt = "-"
  495.  
  496. [advance_mysticism]
  497. name     = _("Mysticism")
  498. req1     = "Ceremonial Burial"
  499. req2     = "None"
  500. flags    = ""
  501. graphic     = "a.mysticism"
  502. graphic_alt = "-"
  503. helptext = _("Improves the effect of Temples.")
  504.  
  505. [advance_navigation]
  506. name     = _("Navigation")
  507. req1     = "Seafaring"
  508. req2     = "Astronomy"
  509. flags    = "Reduce_Trireme_Loss2"
  510. graphic     = "a.navigation"
  511. graphic_alt = "-"
  512.  
  513. [advance_nuclear_fission]
  514. name     = _("Nuclear Fission")
  515. req1     = "Mass Production"
  516. req2     = "Atomic Theory"
  517. flags    = ""
  518. graphic     = "a.nuclear_fission"
  519. graphic_alt = "-"
  520.  
  521. [advance_nuclear_power]
  522. name     = _("Nuclear Power")
  523. req1     = "Nuclear Fission"
  524. req2     = "Electronics"
  525. flags    = ""
  526. graphic     = "a.nuclear_power"
  527. graphic_alt = "-"
  528. helptext = _("Gives sea units one extra move.")
  529.  
  530. [advance_philosophy]
  531. name     = _("Philosophy")
  532. req1     = "Mysticism"
  533. req2     = "Literacy"
  534. flags    = "Bonus_Tech"
  535. bonus_message = _("Great philosophers from all the world join \
  536. your civilization: you get an immediate advance.")
  537. graphic     = "a.philosophy"
  538. graphic_alt = "-"
  539.  
  540. [advance_physics]
  541. name     = _("Physics")
  542. req1     = "Literacy"
  543. req2     = "Navigation"
  544. flags    = ""
  545. graphic     = "a.physics"
  546. graphic_alt = "-"
  547.  
  548. [advance_plastics]
  549. name     = _("Plastics")
  550. req1     = "Refining"
  551. req2     = "Space Flight"
  552. flags    = "Population_Pollution_Inc"
  553. graphic     = "a.plastics"
  554. graphic_alt = "-"
  555.  
  556. [advance_polytheism]
  557. name     = _("Polytheism")
  558. req1     = "Horseback Riding"
  559. req2     = "Ceremonial Burial"
  560. flags    = ""
  561. graphic     = "a.polytheism"
  562. graphic_alt = "-"
  563.  
  564. [advance_pottery]
  565. name     = _("Pottery")
  566. req1     = "None"
  567. req2     = "None"
  568. flags    = ""
  569. graphic     = "a.pottery"
  570. graphic_alt = "-"
  571.  
  572. [advance_radio]
  573. name     = _("Radio")
  574. req1     = "Flight"
  575. req2     = "Electricity"
  576. flags    = "Airbase"
  577. graphic     = "a.radio"
  578. graphic_alt = "-"
  579.  
  580. [advance_railroad]
  581. name     = _("Railroad")
  582. req1     = "Steam Engine"
  583. req2     = "Bridge Building"
  584. flags    = "Railroad"
  585. graphic     = "a.railroad"
  586. graphic_alt = "-"
  587.  
  588. [advance_recycling]
  589. name     = _("Recycling")
  590. req1     = "Mass Production"
  591. req2     = "Democracy"
  592. flags    = ""
  593. graphic     = "a.recycling"
  594. graphic_alt = "-"
  595.  
  596. [advance_refining]
  597. name     = _("Refining")
  598. req1     = "Chemistry"
  599. req2     = "The Corporation"
  600. flags    = ""
  601. graphic     = "a.refining"
  602. graphic_alt = "-"
  603.  
  604. [advance_refrigeration]
  605. name     = _("Refrigeration")
  606. req1     = "Sanitation"
  607. req2     = "Electricity"
  608. flags    = "Farmland"
  609. graphic     = "a.refrigeration"
  610. graphic_alt = "-"
  611.  
  612. [advance_robotics]
  613. name     = _("Robotics")
  614. req1     = "Mobile Warfare"
  615. req2     = "Computers"
  616. flags    = ""
  617. graphic     = "a.robotics"
  618. graphic_alt = "-"
  619.  
  620. [advance_rocketry]
  621. name     = _("Rocketry")
  622. req1     = "Advanced Flight"
  623. req2     = "Electronics"
  624. flags    = ""
  625. graphic     = "a.rocketry"
  626. graphic_alt = "-"
  627.  
  628. [advance_sanitation]
  629. name     = _("Sanitation")
  630. req1     = "Engineering"
  631. req2     = "Medicine"
  632. flags    = ""
  633. graphic     = "a.sanitation"
  634. graphic_alt = "-"
  635.  
  636. [advance_seafaring]
  637. name     = _("Seafaring")
  638. req1     = "Pottery"
  639. req2     = "Map Making"
  640. flags    = "Reduce_Trireme_Loss1"
  641. graphic     = "a.seafaring"
  642. graphic_alt = "-"
  643.  
  644. [advance_space_flight]
  645. name     = _("Space Flight")
  646. req1     = "Computers"
  647. req2     = "Rocketry"
  648. flags    = ""
  649. graphic     = "a.space_flight"
  650. graphic_alt = "-"
  651.  
  652. [advance_stealth]
  653. name     = _("Stealth")
  654. req1     = "Superconductors"
  655. req2     = "Advanced Flight"
  656. flags    = ""
  657. graphic     = "a.stealth"
  658. graphic_alt = "-"
  659.  
  660. [advance_steam_engine]
  661. name     = _("Steam Engine")
  662. req1     = "Physics"
  663. req2     = "Invention"
  664. flags    = ""
  665. graphic     = "a.steam_engine"
  666. graphic_alt = "-"
  667.  
  668. [advance_steel]
  669. name     = _("Steel")
  670. req1     = "Electricity"
  671. req2     = "Industrialization"
  672. flags    = ""
  673. graphic     = "a.steel"
  674. graphic_alt = "-"
  675.  
  676. [advance_superconductors]
  677. name     = _("Superconductors")
  678. req1     = "Nuclear Power"
  679. req2     = "Laser"
  680. flags    = ""
  681. graphic     = "a.superconductors"
  682. graphic_alt = "-"
  683.  
  684. [advance_tactics]
  685. name     = _("Tactics")
  686. req1     = "Conscription"
  687. req2     = "Leadership"
  688. flags    = ""
  689. graphic     = "a.tactics"
  690. graphic_alt = "-"
  691.  
  692. [advance_the_corporation]
  693. name     = _("The Corporation")
  694. req1     = "Economics"
  695. req2     = "Industrialization"
  696. flags    = ""
  697. graphic     = "a.the_corporation"
  698. graphic_alt = "-"
  699.  
  700. [advance_the_republic]
  701. name     = _("The Republic")
  702. req1     = "Code of Laws"
  703. req2     = "Literacy"
  704. flags    = ""
  705. graphic     = "a.the_republic"
  706. graphic_alt = "-"
  707.  
  708. [advance_the_wheel]
  709. name     = _("The Wheel")
  710. req1     = "Horseback Riding"
  711. req2     = "None"
  712. flags    = ""
  713. graphic     = "a.the_wheel"
  714. graphic_alt = "-"
  715.  
  716. [advance_theology]
  717. name     = _("Theology")
  718. req1     = "Feudalism"
  719. req2     = "Monotheism"
  720. flags    = ""
  721. graphic     = "a.theology"
  722. graphic_alt = "-"
  723. helptext = _("Improves the effect of Cathedrals.")
  724.  
  725. [advance_theory_of_gravity]
  726. name     = _("Theory of Gravity")
  727. req1     = "Astronomy"
  728. req2     = "University"
  729. flags    = ""
  730. graphic     = "a.theory_of_gravity"
  731. graphic_alt = "-"
  732.  
  733. [advance_trade]
  734. name     = _("Trade")
  735. req1     = "Currency"
  736. req2     = "Code of Laws"
  737. flags    = ""
  738. graphic     = "a.trade"
  739. graphic_alt = "-"
  740.  
  741. [advance_university]
  742. name     = _("University")
  743. req1     = "Mathematics"
  744. req2     = "Philosophy"
  745. flags    = ""
  746. graphic     = "a.university"
  747. graphic_alt = "-"
  748.  
  749. [advance_warrior_code]
  750. name     = _("Warrior Code")
  751. req1     = "None"
  752. req2     = "None"
  753. flags    = ""
  754. graphic     = "a.warrior_code"
  755. graphic_alt = "-"
  756.  
  757. [advance_writing]
  758. name     = _("Writing")
  759. req1     = "Alphabet"
  760. req2     = "None"
  761. flags    = ""
  762. graphic     = "a.writing"
  763. graphic_alt = "-"
  764.